XtGem Forum catalog
To add List UI to any MIDlet has no interface.
Procedures:
Download one of the attached files.
UsingMiniCommander, extract your MIDlet "app/game" to a sub folder.
UsingByteCode Editor, search for this code:
Code:
javax/microedition/lcdui/List
A few.CLASSfiles will pop up, now open it one by one > Constant pool > Press "7" > Replace:
Code:
javax/microedition/lcdui/Listwith:
Code:
javay/microedition/lcdui/Listthen press OK. do the same with the rest of.CLASSfiles that poped up after searching.
Extractjavayfolder from any of the attached files to the sub folder where you have extracted your MIDlet.
Pack all files usingMiniCommandertogether, thereafter, install your modified and Enjoy.

Blueboldlist.zip file
MZListUI file